Update Company
AutomatR.FreshDesk.Company.UpdateCompany
The "Update Company" activity in AutomatR is part of the Freshdesk activities package, allowing automation processes to update details for a specific company within Freshdesk. This activity streamlines the management of company information, enhancing the efficiency of automation workflows.
Properties
Name | Description |
---|---|
Input | |
Account Tier | Specifies the updated account tier associated with the company. String variables containing the updated account tier. |
Company ID | Specifies the ID of the company to be updated. String variables containing the company ID. |
Description | Specifies the updated description of the company. String variables containing the updated description. |
Domains | Specifies the updated domains of the company. String array variables containing the updated domains. |
Industry | Specifies the updated industry name in which the company serves. String variables containing the updated industry name. |
Name | Specifies the updated name of the company. String variables containing the updated name. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Update Company" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
Output | |
Result | Outputs the response of the "Update Company" operation, providing information about the status of the update. Variables of relevant types (e.g., dynamic variables) to store the operation result. |
How to use:
- Drag and drop the "Update Company" activity onto the workflow.
- Configure the properties by specifying the company ID and providing updated values for name, description, domains, account tier, and industry as needed.
- Optionally, configure the delay.
- Execute the workflow to update the details for the specified company in Freshdesk.
Example: Consider an example where the "Update Company" activity is used to update the name and description of a company with the ID "ABC123":
Update Company:
Delay: 0
Company ID: "ABC123"
Name: "Updated Company Name"
Description: "Updated company description"
Domains: ["updateddomain.com", "anotherdomain.com"]
Account Tier: "Gold"
Industry: "Technology"
Result: updateStatus
In this example, the activity updates the name, description, domains, account tier, and industry of the company with ID "ABC123". The response, containing information about the status of the update, is stored in the dynamic variable "updateStatus" for further handling in the workflow.